browserClosing
Type
message
Summary
Sent when a browser instance is closing
Syntax
browserClosing <pInstanceId>
XBrowser_Closing <pInstanceId>
Description
The browserClosing message is sent to the current card of a stack containing a browser object when the browser object is about to close.
note
For general information on using the browser library, see the notes in the revBrowserOpen function reference.
Parameters
Name | Type | Description |
---|---|---|
pInstanceId | The integer identifier of the browser object about to close |
Examples
on browserClosing pInstanceId
delete line (lineOffset(pInstanceId, sInstances)) of sInstances
end browserClosing
Related
command: revBrowserClose
function: revBrowserOpen
glossary: function
Compatibility and Support
Introduced
LiveCode 2.8.1
OS
mac
windows
Platforms
desktop